home *** CD-ROM | disk | FTP | other *** search
- Little Black Book
- Serial Numbers
-
- v1.0.5
- compiled by Nighthawk
-
- ************************************************************
- G
-
- G3Strip
- v1.x.x
- Name: Nighthawk
- Code: PKVLGCJT
-
- name: Macintosh
- code: NINCFJMT
- v1.3
- Name: MoonDark
- Code: WWYCSFBV
- -
- G3Throttle
- v1.2
- Name: MoonDark
- Code: YBFKDRPM
- Name: Server Surfer
- Code: NAUXGTLT
- -
- Gallery Effects
- v1.5.1
- 02-4009-200010087
- 56-1000-202888264
- -
- GalleyOops
- vAll
- 5260-2002-009000-10215
- -
- Game Cheater
- v2.0
- 5020000000176
- 5020123456787
- 5020234567891
- 5020345678970
- -
- Game Doctor
- 0000-9519
- -
- Game of the Winds
- v2.0e
- †Just hit Register, then the Unlock button and enter a name
- -
- GateKeeper
- v1.3
- Hack to stop the annoying weekly "Your version of Gatekeeper is old" alert:
- (1) Open a COPY of the Gatekeeper system extension in ResEdit.
- (2) Open the INIT resource.
- (3) Open ID #1.
- (4) Search (Command-H) for offset 08EE. It should contain the code 6200.
- The entire line should look as follows: 0008E8 3380 B0AE FEDE 6200
- (5) Change the 6200 to 6000.
- (6) Save & Quit ResEdit.
- -
- Gear
- v3.3.1
- G26739E09
- v3.0
- G51541U99
- G51542U99
- G51543U99
- G51544U99
- G51545U99
- -
- Gearbox
- v1.5 [MacAddict]
- First Name: MacAddict
- Last Name: Hacker
- Code: FTDR-VBTN-F9LQ-NNRU
- v1.5
- gbx-0000-rocks-0000000
- v1.0
- Name: MaximumBob
- Org: nop
- Number: 123456789udqry67891904
-
- Version: "1.0"
- Xtra Note: I think it only cares about the 'udqry' and '1904' portions, the other
- numbers can vary. the serial has to be 22 characters long, and 'udqry' and '1904'
- have to be in their respective positions.
- -
- Generic CAD
- v2.0b
- 72205-4725
- -
- Genetic Photo Optimizer
- v1.1.0
- 223200110000000143011167156014
- -
- German Assistant
- v1.0
- M4100441
- M4102046
- -
- GetMouse
- v1.2.0
- Name: MoonDark
- Registration Code: 22480020
- -
- GhostWriter
- v2.0J
- 2367-003267-33282
- -
- GIF Converter
- v2.4.1
- 62-37-77-f4-de-a8-8b-b2
- v2.2
- 162-37-77-f4-dde-a8-8b-b2
- 862-37-77-f4-dde-a8-8b-b2
- -
- GIFmation
- v2.0
- UFXYEDVCKRCR
- -
- Giza
- v2.x.x
- WK-07421 'Anonymous'
- WK-06300 Buck Rogers
- v1.0.3
- Name :Registered
- Reg# :WK-55610
- Name :John Doe
- Reg# :WK-6483
- Name :<---(3 <option>-spaces)
- Reg# :WK-52038
- 47RIOS3490 (letter O not zero)
-
- Version: "1.0.3"
- First, I use TMON, not Macsbug (unless PPC cracking of course:). TMON has many shortcuts
- & can display multiple windows simultaneously. There is no real "quick" way to do
- it & every app seems to be different. I notice many developers go through great
- pains to encrypt, checksumize, etc... their s/ns - they fail to realize though that
- no one really tries the old hacking method to derive s/ns (trying forced sequential
- numbers/letters). Most often I type in something like "11111111" and follow the
- code. Usually (not always), the first check is the length - whala - it wants 12 digits? OK,
- now I exit the app, re-enter it and type in "111111111111". Next it may (or may
- not) check for specific characters which need to be present. This is where I usually
- force the numbers in memory right before each comparison (now = "BW-1111-1111"). Now
- what usually follows is some code used to stop "sequential" hackers by deriving a
- checksum involving certain other characters in the s/n. NO prob, I just try to find
- the end and set a breakpoint (why not let the computer do all the work:) - lets see, now
- it's comparing "XTYN" with characters 9 through 12. The next step is to make sure
- it's through. Some apps use multiple checksums - they think they would keep people
- like me from continuing, where it's just added fuel to the fire - I love a challenge:).
- Well now we know it's through, so the number is "BW-1111-XTYN". To generate more,
- we simply keep our breakpoint set and follow the pattern, i.e., type "BW-nnnn-1111"
- where "nnnn" is anything and "1111" is to be determined at the checksum.
- Sometimes it isn't as easy as stated above. I've run into a few s/n routines which
- I knew had to have been written by former hackers as they were involved and challenging.
- In these cases, I've gone as far as written qbasic programs on a pentium I have
- next to me to derive specific checksums used during s/n validation (at least it's (pentium)
- good for something:)
- -
- Glidel
- vAll
- Hold down Command+Control+Shift+Tab when you ask the Registration dialog
- box
- -
- Glimmer
- v1.1
- Name :Registered
- RegCode :4073724051
- Name :John Doe
- RegCode :4207286158
- Name :=-BOOK-WORM->
- RegCode :1159011725
- Name :<Master Code> <---(anything can go here)
- RegCode :1159028700
-
- This one had a serial number routine which was created to prevent "reversing". It
- was simple and short but effective (well kinda;). It was simply:
- ((x mod 100) * x * (x mod 10000)) + (int(x/3) * x * int(x/7)) + $1234ABCD =
- $8048DEEC or $8E3CEB4D or $1B7EE7A8
- ...where "x" is the correct registration code
- When I first looked at it, I tried to solve for x but quickly realized following:
- Algebra courses never taught us what to do with "mod" and "int" functions when simplifying
- equations.
- It's possible for numbers to exceed their storage size (4 bytes) and therefore get
- truncated on the left during the equation.
- So, to create these, I had to use the "brute force" method. Isn't it great to have
- computers do the work for you? Luckily there were only 4,294,967,295 posibilities;)
- -
-
- Global Village TelePort Fax
- v1.0
- KZW3
- -
- Globetrotter
- v1.0.1
- A000001-05
- v1.0
- Application Serial Numbers:
- A000000-00
- A000001-05
- BKWM000-51
- US English :ENG-330000
- Bokmal :BOK-800000
- British English :BRT-890000
- Catalan :CTL-730000
- Dansk :DAN-540000
- Deutsch :DEU-170000
- Espanol :ESP-850000
- Francais :FRN-580000
- Francais Canadien :CFR-740000
- Italiano :ITL-780000
- Nederlands :NDL-020000
- Nynorsk :NYN-240000
- Portugues :PRT-510000
- Portugues Brasil :BRS-820000
- Schweizerdeutsch :SDE-030000
- Suomi :SUO-180000
- Svensk :SVN-210000
- -
- gNMR
- v3.6.5
- 095-365-0347
- -
- Gofer
- 504209
- -
- Gold Digger
- v1.0
- 3024849 'Doom'
- 5854738'Tad Woods'
- 6269400'Anonymous'
- -
- Golden Logres Pinball
- v?
- 5444GLM100008-J1
- v1.0.5
- E-mail address: Server Surfer
- Key-Code: 711906158349813465653046
- Key-Code: 711942173044813951622868
- Key-Code: 711472160245813954622914
- E-mail address: user@host.com
- Key-Code: 711707135245820962802890
- -
- GoLive
- v1.0.1
- 123B456Q7899
- 234M567T8906
- 345F678E9015
- 456Q789X0126
- 567T890O1239
- -
- GoLive CyberStudio
- v3.1.1
- DLE01RD7VKBJS7DT9G8JDWYM
- DLE01PS32BEMGEDC9KEKNAZR
- v3.1.x
- DLE01RD7VKBJS7DT9G8JDWYM
- v3.1
- DLE01RD7VKBJS7DT9G8JDWYM
- v3.0
- DLE4QVZ3GRW67GKP
- DLE4QVZ3YRW67GKP
- DLE4QVZ3GRW67GKO
- DLE4QVZ3YRW67GKO
- v3.0 (Preview)
- TRI4QVZUF8W67GKP
- v2.0.2J
- DLE4QWF3CRW6KC7P
- USP4QWF3CRVP3MHE
- v2.0.2
- DLE4QWF3CRYPGEKK
- v2.0.1
- DLE4QWF3CRW67ZPD
- v2.0
- DLE4QWF3CRW67ZPD
- DLE4QWF3CRW67HGN
- BTA4QWX7F8W67GJJ
- Key: DLE4QWF3CRW67HGN
- v1.1
- AAADAAADAAAAC
- AAADAABEAAAAD
- AAADAACFAAAAE
- AAADAAADAAABD
- AAADAAADAAACE
- AAADAAADAAADF
- v1.0
- You can use any name & company.
- Serial #: 123G567U1234L
-
- Version: "1.1"
- The *keycode* for v1.1 is "EQVWZJXNMRZRD" The problem is that if you
- upgrade from v1.0 or v1.0.1 from the website, GoLive sends you a "custom"
- key code. Therefore, you can use any of the sn's from C&N but unless you
- have a *working key code* it won't even let you load the s/w!!
- -
- GoLive CyberStudio Professional Edition
- v3.0
- mr_182495
- cmr_182495
- Activation key: TR14QVZUF8W67GKP
- -
- GoLive Pro
- v1.1
- Key No. 375J854G3766
- Key No. 378W857X5951
- -
- GoMac
- v1.6
- 12301234-345672
- v1.5.x
- 12301678-901244
- 12312345-123451
- 12312345-678983
- 12301234-345672
- v1.4.4
- 12301234-345672
- v1.4.2
- 12301234-345672
- 12301678-901244
- 12312345-123451
- 12312345-678983
- v1.1
- 12301234-345672
- 12301678-901244
- 12312345-123451
- 12312345-678983
- v1.0
- Name: LeetCheeZ
- Company: SPC
- SN: 123365789112360
- (good for 9075 copies)
- 000313370000000
- -
- Goodman & Gilman´s
- GG-73873
- -
- Gopher Golf
- v3.0.7
- MP-07757 'Anonymous'
- v3.x.x
- Name: MMC Mekka
- SN: MP-35430
- v3.0.6
- MP-6700 Buck Rogers
- v3.0.4
- MP-7757 Anonymous
- v2.0
- MP-7757 Anonymous
- -
- GPSy
- v3.0a16
- License Key:1234567b290
- v2.x
- Serial Number: 00000
- License Key : 200000-d795
- v2.5.1
- 276242-f596
- 211822-f49c
- 255455-8794
- 250337-a497
- 253418-559d
- -
- GraceLAN
- v2.0
- 359006812187
- 014125527017
- v1.1.1
- 359006812187
- -
- GraceLAN Update Manager
- v5.5
- 794800000000
- v1.1
- 794800000437
- -
- Gradekeeper
- v4.8
- Name: MoonDark/NOP
- Registration Code: 540736
- v4.6
- Name: MoonDark
- Registration Code: 632025
- v4.3
- Name/School Registration Code
- *LeetCheeZ 734449
- SPC 577188
- *Anonymous 414673
- *You 624777
- *Everyone 714025
- *Trial Copy 320273
-
- Version: "4.6"
- Any old SN contained in C&N and The Informant will not work, the lame author blacklisted
- by name:
-
- •You•SPC•Everyone•Anonymous•Leet CheeZ•Trial Copy•The Informant
- -
- Grag & Thog Bonkheads
- v1.0.2
- 000-220-666-456
- -
- GrainWave
- v2.0.4
- Registration Code: 21336737
- -
- Grammarian
- v1.0
- GM1-010-010-913-725
- -
- Gramotki
- v1.5.4
- Serial Number: 170177
- master access
- v1.5.3
- 170177
- v1.5.x
- 3650004
- 9928238
- -
- GraphicConverter
- v3.5J
- GCJ3500101001000
- v3.4
- Nighthawk G33368732
-
- Thorsten Lemke G81078140
- v3.3.1
- (These should work with no problems)
- G22684517 HackUser
- G90624311 HackUser
- v3.2.1
- G85336230 Registered User
- v3.0
- G23331909 Zeus
- v2.9.x
- G22684517 HackUser
- v2.8
- Name: Zeus
- Serial: G23331909
- v2.7
- Serial Number / (Name )
- G43455422 '<Sharing Owner Name>' (The Name that is in your Sharing Setup Control Panel)
- G53841352 '<Sharing Machine Name>' (The name of the machine that is in your Sharing
- Setup Control Panel)
- v2.x.x
- G13375221 ANONYMOUS
- G69466831 Anonymous
- G99222619 Doom
- G95402852 'Reverse Engineering'
- G11303318 'No One'
- G45525619 'Everyone'
- G58053226 'Beta Testers'
- G35813218 'Mac Users'
- G65086124 'Unregistered'
- G88642612 'MacUser'
- G93655715 'MacWorld'
- G73537322 'MacWEEK'
- G61503618 'MacTech'
- G05424323 'Copland'
- G39466218 'Gershwin'
- G50795329 'Microsoft'
- G19616721 'Bill Gates'
- G21414625 'The Devil'
- G96966646 'Rupert Murdoch'
- G50625533 'The Shadows'
- -
- GraphicEdges/Typo
- v3.0
- BCE-100-100-093-000001
- -
- Graphite
- v1.0.4
- Serial Number: 128551192793
- v1.0.x
- 746640008454
- -
- GraphMaster
- v5.5
- US100000598
- v1.1
- US100000598
- -
- Graphsoft Blueprint
- v5.0.2
- 2500-26951884
- 2500-00009062
- 2500-00019822
- 2500-00029682
- 2500-BKWM5642
- -
- Grapple
- v1.x
- name: Macintosh
- code: 48018106
- Name: KK
- Code: 188961522
- v1.2
- Name: Maximum Bob
- Serial: 2019877762
- -
- GreatPlains Accounting
- v7.2
- S/N#: 13=0613214797
- RegKey: 5945261362
- v?.?
- User: MANAGER
- PW: ACCESS
- -
- GREEN
- v1.0J
- 110701884
- -
- Gridz
- vCD
- BTK8C2HM
- -
- GrooveMaker
- v1.1
- GVM11-84JP15LR-16307
- -
- Guaranteed Undelete
- v2.0
- 211204515 211252619
- -
- Guitar Tuner
- v2.6
- Name: MoonDark
- Registration Code: GTLkl
- -
- gURLfriend
- v2.2
- Name: MonDark
- Code: 115363
- v2.x
- name: Macintosh
- code: 124120
- -
- Guy Friday
- v1.2.2
- Buck Rogers GBXX
-